@charset "utf-8";

/* CSS Document */
html,
body {
  width: 750px;
  margin: 0 auto;
  min-width: inherit;
  overflow-x: hidden;
  height: 100%;
}

* {
  -webkit-text-size-adjust: none;
}

.fl_pc {
  float: none;
  display: block;
}

.fr_pc {
  float: none;
  display: block;
}

.pchide {
  display: block;
}

.mhide {
  display: none !important;
}

.padhide {
  display: none;
}

.header {
  position: relative;
  z-index: 2;
  height: 210px;
  background: url(m_headerbj.jpg) top center no-repeat #2478bf;
}

.top-wrap {
  background: none;
  width: 100%;
}

.top-link {
  text-align: left;
  color: #e1cfa8;
  padding-top: 15px;
  padding-bottom: 25px;
  padding-left: 10px;
  padding-right: 10px;
  width: 100%;
  display: flex;
  justify-content: space-around;
}

.top-link a {
  font-size: 20px;
  margin-left: 0px;
  color: #e1cfa8;
}

.top-link i {
  display: none;
}

.top-link span {
  /* display: none; */
  opacity: 0;
  position: absolute;
  right: 135px;
  top: 95px;
}

.top-link span a {
  font-size: 36px;
  color: #fff;
}

.open_menu {
  margin-top: 20px;
}

.logo {
  margin-left: 30px;
}

.menu-btn {
  margin-right: 30px;
  float: right;
}

.menu-btn img {
  float: right;
}

.nav-mod {
  position: fixed;
  background: #2478bf;
  top: 210px;
  padding-top: 30px;
  padding-bottom: 60px;
  left: 750px;
  width: 100%;
  height: 87%;
  z-index: 10;
}

.close_menu {
  display: none;
  margin-top: 10px;
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-transition: transform 0.3s;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

.search-box {
  position: relative;
  margin-top: 45px;
  margin-bottom: 35px;
  width: 100%;
  background: #e7e6e6;
  border-radius: 60px;
  height: 100px;
  line-height: 100px;
}

.search-txt input {
  display: block;
  width: 525px;
  margin-left: 45px;
  height: 100px;
  font-size: 30px;
  color: #333;
  border: 0;
  background: #e7e6e6;
  outline-style: none;
}

.search-btn {
  position: absolute;
  right: 30px;
  width: 75px;
  height: 75px;
  top: 13px;
  outline: 0;
  border: 0;
  color: inherit;
  background: url(m_search.png) left center no-repeat;
}

.m_menu_box {
  width: 730px;
  background: #fff;
  margin: 0 10px;
  padding: 0 15px;
  overflow-y: auto;
  height: 100%;
}

.m_menu li h4 {
  height: 115px;
  font-size: 36px;
  background: url(m_down.jpg) no-repeat right 25px center;
  padding-left: 15px;
  line-height: 115px;
  font-weight: normal;
  cursor: pointer;
  border-bottom: 1px solid #2478bf;
}

.m_menu li:first-child h4 {
  background: none;
}

.m_menu li h4.now {
  background: url(m_up.jpg) no-repeat right 25px center;
}

.m_menu li h4 a {
  font-size: 36px;
  color: #333333;
  display: block;
  padding-left: 25px;
  background: url(m_dot.jpg) left center no-repeat;
}

.m_submenu {
  background: #fff;
  overflow: hidden;
  padding-top: 20px;
  display: none;
}

.m_submenu dd {
  padding-left: 40px;
  line-height: 80px;

  overflow: hidden;
}

.m_submenu dd a {
  display: block;
  width: 100%;
  font-size: 30px;
  color: #333333;
}

.m_submenu_width dd {
  float: none;
}

.m_submenu ul li {
  width: 43%;
  padding-left: 32px;
  float: left;
  line-height: 34px;
  margin: 15px 0;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.m_submenu ul li a {
  color: #333;
  font-size: 24px;
}

.m_submenu dd.on {
  background: url(top_m.jpg) left 27px no-repeat;
}

.m_submenu dd.up {
  background: url(up_m.jpg) left 27px no-repeat;
}

.gg-wrap {
  background: none;
  width: 750px;
  height: 41px;
  line-height: 41px;
  overflow: hidden;
  padding: 0 30px;
  margin-bottom: 30px;
  margin-top: 30px;
}

.gg-wrap span {
  padding-left: 0;
  background: url(m_gg.png) left center no-repeat;
  width: 82px;
  height: 41px;
  line-height: 41px;
  font-size: 30px;
  color: #2478bf;
  text-align: center;
}

.gg-wrap span a {
  font-size: 30px;
  color: #2478bf;
  font-weight: normal;
  letter-spacing: 0;
}

.gg-wrap .info {
  width: 82%;
}

.gg-wrap .info p {
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  background: none;
}

.gg-wrap .info p a {
  font-size: 30px;
  color: #333;
}

.ywnews {
  width: 100%;
  height: inherit;
  margin: 0;
  padding: 0;
  background-color: #f7f7f8;
}

.newsbox ul {
  margin-top: 20px;
}

.newsbox ul li {
  padding: 30px 0;
  margin: 0 30px;
  border-bottom: 1px solid #c8c8c8;
  line-height: 48px;
  background: none;
}

.newsbox ul li a {
  padding-left: 0;
  font-size: 32px;
  color: #333;
}

.container {
  width: auto;
}

.mainBody {
  background: none;
}

.main {
  width: 100%;
}

.main-top {
  width: 100%;
}

.mainCenter {
  width: 100%;
}

h3.common a {
  height: 75px;
  padding: 0px 40px 0px 90px;
  margin: 0 30px;
  border-radius: 36px;
  font-size: 36px;
  line-height: 79px;
  font-weight: 700;
  background: url(m_titbj.png) 15px center no-repeat #b37e2e;
}
.ztboxpic{margin:0 20px 50px 20px}
.ztboxpic li img{width: 100%; height: inherit;}
.ztboxpic ul li{margin-right: 0 !important;margin-bottom: 20px; float: none;}

.sxqyinfo {
  width: 100%;
  margin-top: 25px;
  padding: 0;
  background: none;
}

.sxqyinfo ul li {
  display: flex;
  width: 100%;
  margin: 0 0 55px 0;
  padding: 25px 30px;
}

.sxqyinfo ul li:nth-child(odd) {
  /*background: #fcfbf7;*/
}

.sxqyinfo ul li .icon img {
  width: 95px;
  height: 95px;
}

.sxqyinfo ul li .desc {
  flex: 80%;
  margin-left: 30px;
}

.sxqyinfo ul li .desc p i {
  padding-right: 30px;
  font-size: 32px;
  color: #000000;
  font-weight: 700;
}

.sxqyinfo ul li .desc p span {
  display: block;
  margin-top: 8px;
  font-size: 32px;
  line-height: 50px;
}

.sxqyinfo ul li .desc em {
  font-size: 24px;
  line-height: 40px;
  margin-top: 8px;
}

.sxqyinfo ul li .icon {
  margin-top: 0;
}

.link-wrap {
  margin-top: 0;
  margin-bottom: 65px;
  width: 750px;
  padding: 0 30px;
}

.yjs-wrap h4.common, .jg-wrap h4.common {
  margin-left: 0;
}

h4.common {
  margin-bottom: 15px;

  background: url(m_left1.png) left center no-repeat;
}

h4.common a {
  padding: 0 45px;
  font-size: 34px;
  color: #333;
  background: url(m_right2.png) right center no-repeat;
}

.m_more {
  padding: 50px 0 50px 0;
  text-align: center;
  background: url(m_morebj.png) center center no-repeat;
}

.m_more a {
  display: inline-block;
  width: 120px;
  color: #85b1d6;
  font-size: 30px;
  background: url(m_more.png) right center no-repeat;
}

.ywswiper {
  width: 690px;
  height: inherit;
  margin: 45px 30px 0px 30px;
  background: #f7f7f8;
}

.ywswiper .swiper-slide {
  height: inherit;
  padding-bottom: 165px;
}

.ywswiper .swiper-slide p {
  width: 690px;
  bottom: 50px;
  height: inherit;
  text-indent: 0;
  font-size: 32px;
  color: #333333;
  line-height: 44px;
  background: none;
  /* background: url(txt_bj.png) left top repeat; */
}

.ywswiper .pagination {
  width: 690px;
  height: 65px;
  left: 0px;
  bottom: 165px;
  right: 0;
  padding-top: 30px;
  z-index: 1;
  background: url(txt_bj.png) left top repeat;
}

.ywswiper .swiper-pagination-switch {
  width: 19px;
  height: 19px;
  margin-left: 18px !important;
  background: url(m_icon2.png) left center no-repeat;
}

.ywswiper .swiper-active-switch {
  background: url(m_icon.png) left center no-repeat;
}

.container {
  background: #fff;
}

.newsbox {
  padding-top: 50px;
  background: #fff;
}

.dt-wrap {
  height: inherit;
  width: 100%;
  margin-top: 0;
  padding: 0
}

.qktg-wrap h3.common, .sxqybox h3.common {
  margin-left: 0;
}

.qkcontent {
  padding: 0
}

.dt-wrap ul {
  margin: 20px 30px 0 30px;
}

.dt-wrap ul li {
  margin-bottom: 0;
  border-bottom: none;
}

.dt-wrap ul li h4 {
  padding: 30px 0;
  border-bottom: 1px solid #c8c8c8;
  line-height: 48px;
}

.dt-wrap ul li h4 a {
  font-size: 32px;
  color: #333;
}

.sjk-wrap {
  width: 100%;
  margin-top: 0px;
  margin-bottom: 0;
}

.sjknews {
  margin: 35px 30px 5px 30px;
  height: inherit;
  padding: 0
}

.sjknews p {
  line-height: 86px;
  display: flex;
  align-items: center;
}

.sjknews p a {
  padding-left: 20px;
  font-size: 32px;
}

.sjknews p img {
  padding-left: 10px;
  height: 42px;
}

.qktg-wrap {
  width: 100%;
  margin: 0;
}

.qktg-wrap .qktg {
  margin: 0 30px;
  width: 690px;
  height: 415px;
  overflow: hidden;
}

.qktg-wrap .swiper-wrapper {
  margin-left: 0px;
  margin-top: 45px;
}

.qktg-wrap .swiper-wrapper .swiper-slide .imgbox {
  width: 274px;
  height: 368px;
}

/* .qktg-wrap .swiper-wrapper{margin-left: 0;} */
.qktg-wrap .swiper-wrapper .swiper-slide .info {
  width: 380px;
  margin-left: 10px;
}

.qktg-wrap .swiper-wrapper .swiper-slide .info h3 a {
  font-size: 38px;
  color: #464646;
  font-weight: 700;
}

.qktg-wrap .swiper-wrapper .swiper-slide .info p {
  font-size: 30px;
  color: #636363;
  line-height: 46px;
}

.qktg-wrap .swiper-wrapper .swiper-slide .info p i a {
  font-size: 30px;
}

.qktg-wrap .swiper-wrapper .swiper-slide .info span {
  margin-top: 38px;
  height: 78px;
  line-height: 78px;
  background: url(m_tgbj.png) left center no-repeat;
}

.qktg-wrap .swiper-wrapper .swiper-slide .info span a {
  font-size: 30px;
  font-weight: 700;
  padding-left: 145px;
  background: url(m_tg.png) 30px center no-repeat;
}

.qktg .swiper-button-next,
.qktg .swiper-button-prev {
  top: 0px;
  width: 25px;
  height: 43px;
  margin-top: 0;
  outline: none;
}

.qktg .swiper-button-next {
  right: 30px;
  background: url(m_right.png) center center no-repeat;
}

.qktg .swiper-button-prev {
  left: inherit;
  right: 180px;
  background: url(m_left.png) center center no-repeat;
}

.qktg .swiper-pagination {
  top: 0;
  right: 80px;
  left: inherit;
  font-size: 36px;
  color: #3e97e2;
}

.yjs-wrap {
  width: 100%;
}

.yjs-wrap ul {
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 0;
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}

.yjs-wrap ul li {
  flex: 29%;
  margin-right: 0;
  padding-top: 30px;
}

.yjs-wrap ul li:nth-child(3n + 2) {
  margin: 0 40px;
}

.yjs-wrap ul li a {
  font-size: 24px;
}

.jg-wrap {
  width: 100%;
  margin-top: 70px;
}

.footer {
  height: 505px;
  margin-top: 0px;
  padding-top: 37px;
  background: url(m_footerbj.jpg) top center no-repeat;
}

.jg-wrap ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.jg-wrap ul li {
  padding-top: 30px;
}

.jg-wrap ul li a {
  font-size: 24px;
  color: #616161;
}

.footer .footer_fl {
  width: 100%;
  padding: 0 30px;
}

.footer .footer_fl img.botlogo {
  display: block;
  margin: 0 auto;
}

.footer_fl2 span {
  line-height: 32px;
}

.footer_fl2 {
  width: 100%;
  margin-top: 30px;
}

.footer_fr {
  display: flex;
  justify-content: center;
  margin-top: 35px;
}

* {
  box-sizing: border-box;
}

.fl {
  float: none;
}

.fr {
  float: none;
}

.x-container {
  margin-top: 0;
  padding-bottom: 0;
}

/* 细览 */
.contentbox {
  padding: 40px 30px 55px 30px;
  background: none;
}

.detailedbox {
  padding: 0;
  margin-top: 15px;
}

.detailedbox .hed_box .title {
  font-size: 48px;
  line-height: 85px;
}

.detailedbox .source {
 
  justify-content: space-around;
}

.detailedbox .source span {
  font-size: 24px;
  margin-right: 0;
  display: block;
  width: 100%;
  flex: none;
}

.content * {
  font-size: 24px  !important;
  line-height: 55px;
}

.content p {
  font-size: 24px  !important;
  line-height: 55px;
}

.content span {
  
font-size:24px !important;

}

.detailedbox .content font {
  
  font-size: 18px;
  line-height: 30px;
}

.article-paging {
  border-top: none;
  padding: 0;
}

.article-prev a,
.article-next a {
  font-size: 24px;
  color: #333;
}

.article-prev,
.article-next {
  margin-bottom: 40px;
  width: 100%;
}

/* 列表页 */
.news-wrap {
  padding: 0;
  margin-top: 15px;
}

.menu-fl {
  width: 100%;
  margin-top: 0;
}

.menu-fl ul {
  display: flex;
  justify-content: space-around;
}

.menu-fl ul li {
  height: 75px;
  line-height: 75px;
  flex: 1;
  margin-bottom: 0;
  margin-right:15px
}

.menu-fl ul li:last-child{
  margin-right: 0px;
}

.menu-fl ul li a {
  font-size: 29px;
}

.news-fr .data {
  width: 160px;
  margin-top: 6px;
  border-top: 6px solid #bd9341 !important;
}

.news-fr .data span {
  margin-right: 20px;
}

.news-fr .data span.year {
  font-size: 24px;
}

.news-fr .data span.day {
  font-size: 42px;
  margin-top: 10px;
}

.news-fr {
  width: 100%;
}

.news-fr li {
  padding: 0;
  margin: 0;
  height: inherit;
  margin-top: 65px;
  padding-bottom: 65px;
  border-bottom: 4px solid #dddddd;
}

.news-fr .data {
  float: left;
}

.news-fr ul li .news-img {
  display: inline-block;
  padding-bottom: 40px;
}

.news-fr ul li .news-img img {
  float: right;
  margin-right: 0;
  width: 495px;
  height: 273px;
}
.news-fr ul li .imgBox {
  display: inline-block;
  padding-bottom: 40px;
}

.news-fr ul li .info {
  float: right;
  width: inherit;
}

.newsList ul li .info1 {
 width: 570px !important;
}

.news-fr ul li .info .txt {
  /* float: right; */
  width: 100%;
}

.news-fr ul li .info .txt h4 a {
  font-size: 30px;
  line-height: 48px;
}

.news-fr ul li .info .txt p {
  font-size: 24px;
  line-height: 40px;
}
.newsList ul li .info .img{display: none;}
.news-fr ul li .imgBox img{display: block;}
.news-fr li:hover .data {
  border-top: 3px solid #bd9341;
}

.news-fr li:hover .data span {
  color: #7f7d7d;
}

.news-fr li:hover .data span.day {
  color: #bd9341;
}

.news-fr li:hover .info .txt h4 a {
  color: #2c2c2c;
}

.news-fr ul li:hover .info .txt p {
  color: #707070;
}

.page-mod {
  text-align: center;
  margin-top: 60px;
  margin-bottom: 60px;
}

.page-mod span {
  display: inline-block;
  width: 103px;
  height: 45px;
  line-height: 45px;
  margin: 0 15px;
  text-align: center;
  border: 1px solid #85b1d6;
}

.page-mod span a {
  font-size: 24px;
  color: #85b1d6;
}

.xsptbox {
  padding-top: 0;
}

.xsptbox ul {
  display: flex;
  flex-wrap: wrap;
}

.xsptbox .bd {
  padding-bottom: 0;
}

.xsptinfo {
  padding: 40px 20px 20px 0;
}

.xsptbox .hd ul li {
  margin-left: 0;
  font-size: 36px;
  flex: 50%;
  margin-bottom: 25px;
}

.xsptbox .hd ul li.on {
  background: url(m_icon_li.png) left bottom no-repeat;
}

.xsptinfo ul li {
  flex: 100%;
  height: inherit;
  margin-left: 20px !important;
  padding-left: 62px;
  padding-top: 35px;
  padding-bottom: 15px;
  background: url(m_zpng.png) 10px 35px no-repeat;
}

.xsptbox ul {
  margin-top: 20px;
}

.xsptinfo ul li a {
  font-size: 28px;
}

.xsptinfo .list {
  margin-bottom: 85px;
}

.bread-m {
  border-bottom: 1px solid #b48032;
  overflow: hidden;
}

.bread-m h4 {
  height: 40px;
  margin: 35px 30px 25px 30px;
  line-height: 40px;
}

.bread-m h4.common a {
  font-size: 36px;
}

/* 本院概览 */
.bygl {
  padding: 40px 0px 0px 0px;
}

.overview-text-div {
  margin-top: 0;
}

.ptit {
  margin-bottom: 40px;
  padding: 0 30px;
  /* padding-bottom: 40px;
  border-bottom: 3px solid #b48032; */
}

.ptit h4.common {
  margin-bottom: 0;
}

.ptit span {
  margin-bottom: 0;
}

.ptit span a {
  font-size: 32px;
  padding: 0 15px
}

.ptit span.on::after {
  background: url(m_right2.png) right center no-repeat;
}

.situation1 {
  background: none;
  height: inherit;
}

.situation1-main {
  width: 100%;
}

.situation1 .lbox {
  width: 100%;
}

.byglbox {
  width: 100%;
  height: inherit;
}

.situation1 .lbox img.pic {
  width: 100%;
  display: block;
}

.situation1 .rbox {
  width: 100%;
  background: url("overview-slide-background.png") repeat;
}

.rbox-top {
  margin-top: 45px;
  display: flex;
  justify-content: center;
}

.rbox-bottom {
  margin: 45px 30px 80px 30px;
}

.rbox-bottom .p {
  width: 100%;
  font-size: 28px;
  line-height: 44px;
}

.s2_1 {
  margin-top: 40px;
}

.s2_1 .con {
  padding: 0 30px;
  display: flex;
  flex-wrap: wrap;
  margin-top: 0;
}

.s2_1 .con .li {
  width: 327px;
  margin-right: 0;
  height: 638px;
  margin-bottom: 30px;
}

.s2_1 .con .li:nth-child(even) {
  margin-left: 35px;
}

.s2_1 .con .img {
  width: 290px;
  height: 345px;
  border-radius: 9px;
}

.s2_1 .con .li .name {
  font-size: 30px;
  margin-top: 20px;
}

.s2_1 .con .li .p {
  font-size: 24px;
  color: #6d6b6d;
  line-height: 36px;
  margin: 0 10px;
}

.s2_1 .con .li a {
  padding-top: 35px;
}

.s2_1 .con .li:after {
  background: url(m_overview-person-shell.png) no-repeat center;
  width: 300px;
  height: 605px;
}

.s2_2 {
  margin-top: 40px;
}

.s2_2 .tab-mod {
  padding: 0 30px;
}

.s2_2 .tab-bar {
  width: 100%;
  height: 170px;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: space-around;
  align-items: center;
}

.s2_2 .tab-bar .bmitem {
  font-size: 30px;
  line-height: 65px;
}

.s2_2 .tab-term.cur:after {
  display: none;
}

.s2_2 .tab-bar .tab-term+.tab-term {
  margin-top: 0;
}

.s2_2 .tab-cont {
  width: 100%;
  height: inherit;
  padding: 30px 40px;
}

.s2_2 .tab-item .li {
  float: none;
  width: 100%;
}

.s2_2 .tab-bm .li {
  margin-bottom: 40px;
}

.s2_2 .tab-bm .li .name {
  font-size: 28px;
}

.s2_2 .tab-bar .bmitem .img {
  width: 65px;
  height: 65px;
}

.s2_2 .tab-item .li {
  margin-bottom: 40px;
}

.s2_2 .tab-item .li .name {
  font-size: 26px;
  margin-bottom: 15px;
}

.s2_2 .tab-item .li .p {
  font-size: 24px;
  line-height: 36px;
}

.org2 .top {
  text-align: left;
  margin-bottom: 35px;
}

.org2 {
  padding: 50px 0 0 0;
  margin: 0 30px;
}

.org2 .top .ttab .h30 {
  margin: 0 80px 0 0;
  font-size: 36px;
  font-weight: normal;
}

.org2 .top .ttab .h30.cur:after {
  height: 14px;
  background: url(m_icon_li.png) center bottom no-repeat;
}

.org2 .top .ttab .h30.cur a {
  color: #ceab7a;
}

.org2 .con {
  padding: 20px 20px 50px 20px;
}

.org2 .con .ctop .li {
  width: 386px;
  height: 80px;
  line-height: 80px;
}

.org2 .con .ctop .li a {
  padding: 0 25px;
  font-size: 30px;
  color: #fff;
}

.org2 .con .name {
  font-size: 24px;
  color: #d9a964;
}

.org2 .con .list {
  margin: 0;
  display: flex;
  flex-wrap: wrap;
}

.org2 .con .lli {
  width: 48%;
    margin: 0;
    margin-right: 10px;
    padding: 30px 30px 10px 10px;
}

.org2 .con .lli .name:hover .img {
  display: none;
}

.org2 .con .lli .name a {
  font-size: 28px;
  padding-left: 70px;
}

.org2 .con .lli .posi {
  font-size: 26px;
}

.org2 .con .lli .name a:after {
  width: 38px;
  height: 36px;
  background: url(m_zpng.png) center center no-repeat;
}

.contentbox-science-manager {
  margin: 0;
  padding-bottom: 0;
}

.contentbox-science-manager .ptit {
  padding: 0;
}

.deve2 .ptit .item a {
  font-size: 36px;
}

.deve2 .ptit .h20 {
  display: flex;
  justify-content: space-between;
}

.deve2 .ptit .item {
  margin-right: 0;
}

.deve2 .ptit .item.cur:after {
  height: 14px;
  background: url(m_icon_li.png) center center no-repeat;
  bottom: -10px;
}

.deve2 .ptit .item.cur a {
  color: #c9a064;
}

.deve2 {
  padding-bottom: 0;
}

.inst2 .libox .li a {
  padding: 30px 35px 40px 15px;
  display: flex;
}

.inst2 .libox .li {
  height: inherit;
  background: #fff;
}

.inst2 .libox .li .ll .h50 {
  font-size: 48px;
  margin-top: 30px;
  width: 80px;
  text-align: center;
  margin-left: 16px;
}

.tbox .h18 {
  font-size: 30px;
}

.inst2 .libox .li .tbox {
  flex: 1;
}

.inst2 .libox .li .tbox .p {
  font-size: 24px;
  line-height: 46px;
  text-align: justify;
}

.inst2 .libox .li .ll {
  position: inherit;
  top: inherit;
  left: inherit;
  margin-top: 0;
  width: 115px;
  margin-right: 25px;
  background: url(seal.png) left top no-repeat;
}

.con .m_more {
  margin-bottom: 0;
}

/* 公告 */
.gg {
  padding-bottom: 0;
}

.zl-wrap {
  margin: 0;
}

.zlpic {
  display: flex;
  margin-bottom: 50px;
}

.zlpic p {
  width: 337px;
  height: 224px;
}

.zlpic p img {
  width: 100%;
  height: 100%;
}

.ztnews {
  width: 100%;
  display: flex;
  margin-bottom: 50px;
}

.ztnews p {
  background: url(m_ggbj.png) left top no-repeat;
  height: 184px;
  width: 336px;
  line-height: 40px;
}

.ztnews p:first-child {
  margin-right: 15px;
  margin-bottom: 0;
}

.ztnews p a {
  font-size: 24px;
}

.gglist ul {
  margin-top: 0;
}

.gglist ul li {
  background: url(m_icon_f.jpg) left 15px no-repeat;
  padding: 0;
  margin: 30px 0px;
}

.gglist ul li a {
  width: 73%;
  font-size: 28px;
  padding-bottom: 40px;
  padding-left: 40px;
  line-height: 48px;
}

.gglist ul li span {
  width: 23%;
  font-size: 28px;
  margin-top: 7px
}

/* 历史中国 */
.history-nav {
  padding-bottom: 0;
}

.history-nav-center {
  display: flex;
  justify-content: center;
  width: 100%;
  padding-top: 25px;
  padding-left: 30px;
  padding-right: 30px;
  text-align: center;
  border-top: 3px solid #b48032;
}

.history-pic {
  width: 133px;
  margin-left: 0;
  flex: 1;
}

.history-pic span {
  margin-top: 20px;
}

.history-pic span a {
  font-size: 30px;
}

.history-search {
  margin: 40px 30px;
  width: 690px;
  height: 85px;
  line-height: 85px;
  border-radius: 10px;
}

.history-search input.txt {
  width: 605px;
  font-size: 26px;
  height: 85px;
}

.history-search input.btn {
  width: 35px;
  height: 85px;
  background: url(m_search_icon.jpg) right center no-repeat;
  margin-right: 25px;
}

.partpic {
  padding: 0 30px 60px 30px;
}

.partpic h3 {
  margin-bottom: 25px;
  height: 60px;
  line-height: 60px;
  background-size: 59px 59px;
}

.partpic h3 a {
  font-size: 30px;
  padding-left: 75px;
}

.partpic h3 span {
  width: 182px;
  background: url(m_icon_pubc.png) right center no-repeat;
}

.partpic h3 span a {
  font-size: 24px;
  color: #757373;
}

.partpic h3 span em {
  background: url(m_icon_pub.png) left center no-repeat;
  width: 31px;
  height: 44px;
  right: 190px;
  top: 10px;
}

.partpic ul {
  width: 100%;
  overflow: hidden;
}

.partpic ul li {
  width: 335px;
  height: 330px;
  margin-right: 0;
}

.partpic ul li:first-child {
  margin-right: 20px;
}

.partpic ul li:nth-child(3) {
  margin-right: 20px;
}


.partpic ul li p {
  padding: 50px 0 0px 10px;
  width: 55%;
}

.partpic ul li img.pic {
  width: 100%;
  height: 215px;
}

.partpic ul li .icon {
  padding-top: 50px;
  padding-bottom: 0px;
}

.partpic ul li p a {
  font-size: 24px;
}

.partpic ul li .icon img {
  width: 32px;
}

/* 学人风采 */
.xrfc-partf {
  height: inherit;
  background: url(m_fcbj.png) left top repeat;
  border-top: 3px solid #b48032
}

.xrfc-pic {
  margin: 0;
  height: inherit;
  padding: 0 30px 50px 30px;
}

.xrfc-pic .bd .pic {
  width: 640px;
  height: 400px;
  margin-right: 0;
  margin-top: 105px;
}

.xrfc-pic .bd .pic img {
  width: 620px;
  height: 405px;
  top: 40px;
  right: 0;
}

.xrfc-pic .bd .tempWrap {
  overflow-X: hidden !important;
}

.xrfc-pic .bd ul {
  overflow: HIDDEN !important;
}

.xrfc-pic .hd {
  top: 470px;
  right: 45%;
  bottom: inherit;
}

.xrfc-pic .hd ul li {
  width: 15px;
  height: 15px;
  margin-left: 20px;
}

.xrfc-pic .bd .info {
  width: 100%;
}

.xrfc-pic .bd .info h3 a {
  font-size: 30px;
}

.xrfc-pic .bd .info p {
  font-size: 24px;
  line-height: 48px;
}

.xrfc-pic .bd .info span img {
  width: 70px;
  height: 18px;
}

.xrfc-list {
  padding-bottom: 0
}

.xrfc-list .m_more {
  margin-bottom: 0;
}

.xrfc-list ul li {
  padding: 40px 30px 30px 30px;
}

.xrfc-list ul li .pic {
  width: 100%;
  height: 425px;
  margin-bottom: 35px;
}

.xrfc-list ul li .desc {
  width: 100%;
}

.xrfc-list ul li .desc h4 {
  font-size: 30px;
}

.xrfc-list ul li .desc .data {
  font-size: 24px;
  background: url(m_line_fc.png) right center no-repeat;
}

.xrfc-list ul li .desc span {
  font-size: 24px;
  line-height: 50px;
}

.xrfc-list ul li .desc em {
  background: url(m_more2.png) left center no-repeat;
  padding-left: 42px;
  height: 35px;
  line-height: 35px;
}

.xrfc-list ul li .desc em a {
  font-size: 20px;
}

.xrfc-list ul li .desc em span {
  width: 22px;
  height: 22px;
  left: 165px;
  background: url(m_icon_pub2.png) no-repeat 0 0;
}

/* 史学前沿 */
.sxqy-news {
  margin: 0 30px;
  border-top: 4px solid #cd9b50;
  padding-bottom: 0;
  background: none;
}

.sxqy-news ul.nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  background: #fff;
  margin: 0;
  padding-bottom: 40px;
}

.sxqy-news ul.nav li {
  width: 301px;
  height: 61px;
  line-height: 61px;
  margin-left: 0;
  background: url(m_icon3.jpg) left center no-repeat;
}

.sxqy-news ul.nav li a {
  font-size: 30px;
}

.sxqy-news ul.nav li.on {
  background: url(m_icon_cur.jpg) left center no-repeat;
}

.sxqy-wrap {
  display: flex;
  flex-wrap: wrap;
  background: #fff;
  justify-content: space-around;
  margin-bottom: 0;
}

.sxqytop {
  padding-bottom: 0;
}

.sxqytop .sxqy-pic {
  width: 301px;
  margin: 0 0 50px 0
}

.sxqytop .sxqy-pic .pic img {
  width: 243px;
  height: 323px;
}

.sxqytop .sxqy-pic .desc {
  height: 320px;
  margin-top: -35px;
  padding: 0 18px
}

.sxqytop .sxqy-pic .desc h3 {
  padding-top: 65px;
}

.sxqytop .sxqy-pic .desc h3 a {
  height: 70px;
  font-size: 24px;
  color: #6d6b6d;
  line-height: 33px;
}

.sxqytop .sxqy-pic .desc p {
  font-size: 20px;
  line-height: 38px;
}

.sxqylist {
  margin: 0
}

.sxqylist ul {
  margin: 0;
  padding: 0 17px;
  background: #fff;
}

.sxqylist ul li {
  padding: 30px 0 30px 35px;
  background: url(icon_f.png) left 50px no-repeat;
}

.sxqylist ul li a {
  width: 100%;
  padding: 0;
  display: block;
  font-size: 28px;
  line-height: 54px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.sxqylist ul li span {
  width: 100%;
  float: initial;
  text-align: left;
  font-size: 28px
}

.sxqybot {
  padding: 0 30px
}

.picInfo {
  width: 100%;
  height: 370px;
  padding: 20px
}

.picInfo .pic {
  width: 240px;
  height: 330px;
  float: left;
}

.picInfo .pic img {
  width: 100%;
  height: 100%;
}

.picInfo .info {
  width: 410px;
  float: right;
}

.picInfo .info h4 {
  font-size: 30px;
}

.picInfo .info p {
  font-size: 24px;
  line-height: 35px;
  color: #333
}

.picInfo .info span {
  font-size: 24px;
}

/* 数字资源 */
.szzy-search {
  height: 270px;
  border-top: 3px solid #b48032;
}

.szzy-search .searchForm {
  padding-top: 75px;
  font-size: 36px;
}

.szzy-search .searchForm input {
  height: 85px;
  line-height: 85px;
  border-radius: 10px;
  font-size: 36px;
}

.szzy-search .searchForm .txt {
  width: 490px;
  margin-left: 10px;
  PADDING-LEFT: 25PX;
  background: url(m_search_icon.jpg) right 50px center no-repeat#fff;
}

.szzy-search .searchForm .btn {
  width: 165px;
  margin-right: 10px;
}

.szzy-list {
  margin: 30px 30px 60px 30px;
  ;
  padding-left: 0;
}

.szzy-list ul {
  padding: 0
}

.szzy-list ul li {
  margin: 0 30px;
  width: 630px;
  height: 70px;
}

.szzy-list ul li a {
  font-size: 30px;
  line-height: 70px;
}

.szzy-list ul li:before {
  height: 70px;
  vertical-align: top;
}

.szzy-list ul li:after {
  height: 70px;
  vertical-align: top
}

.szzy-bot {
  padding: 0 30px
}

.szzy-bot p a {
  font-size: 36px;
  padding: 0 20px
}

.szzy-nav ul li {
  width: 100% !important;
  height: 61px;
  margin-right: 0;
  line-height: 61px;
  text-align: left;
  padding-left: 45px;
  margin-bottom: 20px;
  background: url(m_icon_w.png) left center no-repeat !important;
}

.szzy-nav ul li.on {
  background: url(m_icon_b.png) left center no-repeat !important;
}

.szzy-nav ul li a {
  font-size: 30px;
  color: #666666
}

.szzy-nav ul li:hover {
  background: url(m_icon_b.png) left center no-repeat !important
}

.szzybto_news {
  padding-bottom: 40px;
}

.szzybto_news ul li {
  width: 100%;
}

.szzybto_news ul li a {
  font-size: 28px;
  padding-left: 45px;
}

/* 史学评论 */
.sxpl-search {
  position: relative;
}

.sxpl-desc {
  margin: 0 30px;
  padding: 30px 10px 30px 30px;
  background: url(m_sxplbj.jpg) left top no-repeat;
}

.sxplimg {
  float: left;
}

.sxplinfo {
  float: right;
  width: 375px;
}

.sxplinfo p {
  font-size: 24px;
  line-height: 44px;
  margin-top: 20px
}

.sxpl-desc ul, .sxpllink {
  width: 100%;
  clear: both;
}

.sxpl-desc ul {
  padding: 25px 0
}

.sxpl-desc ul li {
  width: 100%;
  font-size: 24px;
  line-height: 52px;
  margin-right: 0;
  float: initial;
}

.sxpllink span {
  width: 180px;
  height: 63px;
  line-height: 63px;
  margin-right: 30px;
  background: url(m_sxplbtn.png) left top no-repeat;
}

.sxpllink span a {
  font-size: 24px;
}

.sxpl-table {
  padding: 40px 30px 0px 30px
}

.sxpl-table .sxpl-nav {
  display: flex;
  justify-content: space-between;
}

.sxpl-table .sxpl-nav span {
  margin-right: 0;
}

.sxpl-table .sxpl-nav span a {
  font-size: 36px;
  font-weight: normal;
}

table.data tr {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  padding: 35px 0
}

table.data tr td:nth-child(1) {
  flex: 10%;
  font-size: 30px;
}

table.data tr td:nth-child(2) {
  flex: 90%
}

table.data tr td:nth-child(3) {
  width: 265px
}

table.data tr td:nth-child(4) {
  width: 265px
}

table.data tr td p {
  font-size: 24px;
  width: 100%;
  height: 100px;
  line-height: 40px;
  padding-right: 30px;
}

table.data tr td {
  font-size: 24px;
}

table.data tr td .down {
  position: absolute;
  right: 0;
  bottom: 35px;
}

table.data tr td .down a img {
  width: 35px;
  height: 35px;
}

table.data tr td {
  padding: 0
}

i.pchide {
  display: inline-block;
  font-style: normal;
}

.table-tr {
  display: none !important;
}

/* 史学刊物 */
.letter {
  margin: 0 30px;
  width: 690px;
  display: flex;
  flex-wrap: wrap;
  height: inherit;
}

.letter span {
  flex: 11%;
  height: 50px;
  line-height: 50px;
  font-size: 28px;
  margin: 10px 0
}

.result {
  padding: 60px 30px
}

.result h3 {
  height: 50px;
}

.result h3 span {
  font-size: 30px;
  height: 50px;
  line-height: 50px;
}

.result h3 i {
  height: 50px;
  width: 65px
}

.result h3 i img {
  width: 33px;
  padding-top: 6px
}

.result .list ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.result .list ul li {
  width: 320px;
  height: 475px;
  margin-right: 0;
  margin-top: 30px;
}

.result .list ul li h4 {
  height: 55px;
  line-height: 55px;
}

.result .list ul li a {
  font-size: 24px;
}

.result .list ul li img {
  height: 415px;
}

.result .list ul li p {
  height: 50px;
  line-height: 50px;
}

.result .list ul li p span a {
  font-size: 18px;
}

.search-wrap {
  display: flex;
  flex-wrap: wrap;
  height: inherit;
  margin: 0 30px 0px 30px;
  width: 690px;
}
.search-wrap span{flex: 50%;margin-right:0;font-size: 26px; background: url(m_icon3.jpg) center center no-repeat; margin-bottom: 20px; width: 300px; height: 60px; line-height: 60px;}
.search-wrap span a{font-size: 26px;}
.search-wrap span.on{ background: url(m_icon_cur.jpg) center center no-repeat;}
.checkbox p {
  width: 50%;
  margin-bottom: 40px;
  line-height: 30px;
}

.checkbox {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  font-size: 30px;
}

.checkbox input.check {
  margin-left: 0;
  flex: 40%;
  font-size: 30px;
  width: 30px;
  height: 30px;
  margin-right: 15px;
  vertical-align: middle;
}

.searchfr {
  width: 100%;
  display: flex;
}

.btn_sx {
  width: 155px;
  height: 80px;
  margin-left: 0;
  line-height: 80px;
  font-size: 28px;
  padding-left: 60px;
  background: url(m_sx.jpg) 15px center no-repeat #cd9b50;
}

.search-sxkw {
  margin-left: 30px;
  margin-top: 0;
  flex: 1;
  height: 80px;
  line-height: 80px;
}

.search-sxkw input.txt {
  width: 80%;
  height: 80px;
  font-size: 30px;
  color: #767676
}

.search-sxkw input.btn {
  background: url(m_search_icon.png) right center no-repeat;
  height: 80px;
  width: 44px;
  margin-right: 30px;
}


/* 专题 */
.ztbox {
  padding-bottom: 85px;
}

.ztbox .ptit {
  padding: 0 0 40px 0;
  border-bottom: 3px solid #b48032;
}

.zt-wrap {
  padding-bottom: 0;
}

.zt-wrap ul li {
  width: 100%;
  margin-right: 0;
  margin-bottom: 30px;
}

.zt-wrap ul li img {
  width: 100%;
  height: 460px;
}

.zt-wrap ul li p {
  color: #646262;
  font-size: 30px;
}

/* 专题01 */
.ztlist {
  padding-bottom: 0;
}

.ztlist .ptit {
  padding: 0 0 30px 0;
  border-bottom: 3px solid #b48032;
}

.zt-part h3 {
  font-size: 36px;
  margin: 50px 0
}

.zt-part {
  padding-bottom: 0;
}

/* 专题02 */
.zt-part2 {
  padding-bottom: 35px;
}

.ztpic img {
  width: 100%;
  height: 228px;
  margin-bottom: 45px;
}

.zt-item {
  padding-bottom: 70px;
}

.zt-item .item {
  padding: 20px
}

.zt-item .item h4 {
  height: inherit;
  line-height: 65px;
  background: url(icon_zt.jpg) 5px 8px no-repeat;
}

.zt-item .item h4 a {
  font-size: 36px;
  display: inline-block
}

.zt-item .item .news p {
  padding: 0 15px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  line-height: 50px;
}

.zt-item .item .news p a {
  font-size: 28px;
  width: 100%;
}

.zt-item .item p.more {
  position: inherit;
  top: inherit;
  right: inherit;
  text-align: center;
  float: inherit;
  margin: 0 auto;
}

.zt-item .item p.more {
  margin-top: 20px
}

.zt-item .item p.more a {
  color: #757373;
  font-size: 22px;
}

/* 搜索部分 */
.search-fr {
  width: 100%;
  border-top: none;
  margin-top:0;
  background: none;
}

.search_res ul li {
  display: block;
  background: url(m_icon_f.jpg) left 15px no-repeat;
  padding: 0;
  margin: 30px 0px;
}

.search_res ul li span {
  display: none;
}

.search_res ul li a {
  width: 100%;
  overflow: inherit;
  white-space: inherit;
  text-overflow: inherit;
  font-size: 28px;
  padding-bottom: 40px;
  padding-left: 40px;
  line-height: 48px;
}
.search_res{padding:0 20px;border-top:5px solid #bd9341}
.search-fr p.res_time{display: block; font-size: 30px;color:#999999;margin-bottom: 30px;line-height: 50px;}
.search-fr p.res_time span{color: #000000;}
.search-fr p.res_time i{font-style: normal; padding:0 5px;color:#c60000}
.ssbox{padding-bottom: 0;}

/*0331*/
.ldxl0 {  }
.ldxl1 { float:none; display:block; text-align:center; padding-bottom:10px; }
.ldxl1 img { margin:0 auto; }
.ldxl2 { float:none; display:block; width:auto; }
.ldxl3 { font-size:32px; text-align:center    }
.ldxl3 p { font-size:24px; margin-top:10px;  }

.org2 .con .ctop .li .pos2 { font-size: 26px;   line-height: 80px; }

/*特殊分辨率处理*/
@media screen and (max-width: 600px) {}

@media screen and (max-width: 400px) {}

@media screen and (max-width: 360px) {}

.carousel{height: 305px;}
.carousel .swiper-slide img{width: 100%; height: 305px;}
.carousel .swiper-slide a{display: block; position: relative;}
.carousel .swiper-slide p{width: 750px;padding:0 15px; font-size: 32px; height: 65px; line-height: 65px;}
.ztcarousel{margin-bottom: 50px; width: 730px; margin-left:10px;margin-right:10px}
.ztcarousel .swiper-wrapper{display: flex; justify-content: space-between;}
.ztcarousel .swiper-slide{width: auto !important; margin-right: 0;} 
.ztcarousel .swiper-slide img{height: auto;}
/*特殊分辨率处理*/
@media screen and (max-width: 600px) {}

@media screen and (max-width: 400px) {}

@media screen and (max-width: 360px) {}